SetNavigatorOverridesRequest

data class SetNavigatorOverridesRequest(platform: String)

Represents request frame that can be used with Emulation#setNavigatorOverrides operation call.

Overrides value returned by the javascript navigator object.

See also

Constructors

SetNavigatorOverridesRequest
Link copied to clipboard
fun SetNavigatorOverridesRequest(platform: String)

Properties

platform
Link copied to clipboard
val platform: String
The platform navigator.platform should return.

Sources

jvm source
Link copied to clipboard